home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Would You Survive?
/
How Would You Survive (1995)(Grolier)[Mac-PC].iso
/
pc
/
shared.dir
/
01985_Script_Question Handlers
< prev
next >
Wrap
Text File
|
1995-09-13
|
465b
|
27 lines
global gQuest,gQuestCount
on idle
if objectp(gQuest) then --APN 6/26
if (doPeriodicTask(gQuest)) then
if (the timer > 60) then
if gQuestCount < 7 then
flashQuestion(gQuest)
startTimer
else
resetQuestionMark(gQuest)
end if
end if
end if
end if
end
on GetQuestion
displayQuestionArt(gQuest)
end
on KillQuestion
hideControl(gQuest)
set gQuest = 0
end